projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e30ce4
)
Fix typo in a comment.
author
Pavel Janík
<Pavel@Janik.cz>
Sat, 27 Oct 2001 09:25:12 +0000
(09:25 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Sat, 27 Oct 2001 09:25:12 +0000
(09:25 +0000)
src/ChangeLog
patch
|
blob
|
history
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index c3168c51b60f8dd2ce84f57d76913033074b3782..973d20df4d02dd5869e7d4be451e1d5a5462f85e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2001-10-27 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+ * xterm.c: Fix typo in a comment.
+
* lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
emacs.c.
diff --git
a/src/xterm.c
b/src/xterm.c
index 5e48bbdf9dcc15f10e943720b8ab8e2aa7b08ad6..94542bf53e9a9b68c8bc4e7130636a711e335a1c 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-11879,7
+11879,7
@@
x_connection_signal (signalnum) /* If we don't have an argument, */
static char *error_msg;
-/* Function installed as fatal_error_signal_hook
.
in
+/* Function installed as fatal_error_signal_hook
in
x_connection_closed. Print the X error message, and exit normally,
instead of dumping core when XtCloseDisplay fails. */